libxc: fix link error of xc_save on ia64
authorKeir Fraser <keir.fraser@citrix.com>
Tue, 24 Mar 2009 06:55:29 +0000 (06:55 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Tue, 24 Mar 2009 06:55:29 +0000 (06:55 +0000)
commit92f5c346e70b04742d84485579228a6d60c8e543
treed3782f73ed9ae4b7ae1c3ab5f9684eae41e2fa1f
parente8c21780e35f5fd0a6860458282e89a81a8d33f1
libxc: fix link error of xc_save on ia64

The suspend event channel functions are arch independent code
which xc_save uses.
The changeset of 19382:a5f497f02e34 cause link error on ia64.
This patch moves the functions into arch common file from
x86 specific file xc_domain_save.c

Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
tools/libxc/Makefile
tools/libxc/xc_domain_save.c
tools/libxc/xc_suspend.c [new file with mode: 0644]